-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump react-scripts to 5.0.0 #280
Conversation
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.0/packages/react-scripts) --- updated-dependencies: - dependency-name: react-scripts dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@mobu-of-the-world/maintainers |
@@ -206,7 +206,7 @@ const numberToTimeString = (count: number): string => { | |||
return elapsedTime.toISOString().substr(11, 8); | |||
}; | |||
|
|||
const shuffleArray = <T extends unknown>(array: T[]): T[] => { | |||
const shuffleArray = <T,>(array: T[]): T[] => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 👍
yarn.lock in conflicting... @pankona Could you update? |
Updated! please review & merge again! 😋 |
Oh, sorry, you already give approve! |
Closes: #277
Updates
Remarks